home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / graphics / erth9230.zip / EARTH.NOT < prev   
Text File  |  1992-07-26  |  2KB  |  54 lines

  1. ORTHOGRAPHIC EARTH
  2.  
  3. by Matthew Merrill and Dave Ransom
  4.  
  5.  
  6. Version 9230, July 1992
  7. -----------------------
  8.  
  9. The original code for ORTHOGRAPHIC EARTH was written by Matthew Merrill
  10. to work out the details of the projection and test to the features for
  11. use in his program SOLAR.
  12.  
  13. Version 9230 has been modified by Dave Ransom, RPV ASTRONOMY BBS, to improve
  14. the performance, to include EGA compatibility for use on systems so equipped,
  15. and to allow for motion. Note that the EGA mode on some VGA-equipped systems
  16. does NOT always perform correctly.
  17.  
  18. EARTH is a VGA/EGA demonstration of the orthographic projection method of
  19. displaying the Earth. The program is NOT compatible with other display
  20. types. The default values are set to display the full Earth centered 
  21. approximately on Los Angeles, California. The user may enter any desired 
  22. zoom factor from 10% to 500%, set the map center coordinates (latitude and 
  23. longitude), and select whether or not to display a map grid. The prompts 
  24. are self-explanatory; values enclosed in square brackets [...] are the
  25. default values which will be used if ENTER is pressed.
  26.  
  27. The drawing time is a function of the speed of the computer and whether or
  28. not it has a math coprocessor chip. A math coprocessor is NOW relatively
  29. inexpensive and is STRONGLY RECOMMENDED! For example, the time using the
  30. default values is approximately 5 seconds on a 486DX and approximately 30
  31. seconds on a 286/287. Times for computers without math coprocessor chips will
  32. be MUCH longer, on the order of several minutes even for 386 systems!
  33.  
  34. The following command line options may be included:
  35.  
  36.      /EGA      Force a VGA monitor to use the EGA mode.
  37.  
  38.      /ROT      Display the Earth in motion, five degrees rotation per
  39.                display. This option is ONLY available in EGA resolution
  40.                and forces EGA mode on VGA monitors.
  41.  
  42.      /MON      Force monochrome operation.
  43.  
  44. If automatic rotation is enabled with the "/ROT" command line option AND the
  45. zoom factor is less than 100%, the zoom factor will be increased by 5% for
  46. each drawing cycle until it reaches 100%. For a demonstration of the rotation
  47. and zoom features, enter
  48.  
  49.         "EARTH /ROT"
  50.  
  51. at the DOS prompt. Then enter "N" to provide manual parameters, enter "10" for
  52. the zoom factor, and press ENTER for the remaining prompts. Press ESC to stop
  53. the automatic rotation and press ESC again to quit the program.
  54.